When you install an application, the CygNet Client Installer creates a folder for the application (typically under the CygNet\Clients folder) and adds a shortcut for the application to the CygNet group on the Start menu. It also downloads the icon file for the application from the BSS.
When the CygNet shortcut is clicked, it starts the Version Manager (BSSVM.exe), which in turn verifies file versions and then starts the application. Below are two sample CygNet shortcuts: the first is the standard installed shortcut, the second is also accurate.
|
C:\CygNet\Clients\BSSVM.exe MYSITE.APPS CLIENTS -aCStudio.APP |
|
C:\CygNet\Clients\BSSVM.exe MYSITE.APPS CLIENTS -rCStudio\CStudio.rsp -pCStudio\CStudio.exe |
| Shortcut Component | Description |
|---|---|
|
C:\CygNet\Clients\BSSVM.exe |
The path to the CygNet Version Manager. |
|
MYSITE.APPS |
The name of the BLOB service (BSS) from which the application was installed. |
|
CLIENTS |
The name of Application Folder in the BLOB service (BSS) from which the application was installed. |
|
-aCStudio.APP |
The Version Manager command-line parameter:
Note: With -a no -r or -p is required since the .app specifies the -r and the -p. See Application Definition File for more information. |
|
-rCVision\CVision.rsp |
The Version Manager command-line parameter:
|
|
-pCVision\CVision.exe |
The Version Manager command-line parameter:
|
If you want the CygNet shortcut to point to a different BSS, you can use the CygNet Client Installer to reinstall the application from the new BSS or manually edit the BSS component of the shortcut.
Command-line parameters can be specified in the CygNet shortcut. To do so, include the parameter(s) after the executable name.
Example
If you want CygNet Vision to start with a screen stored in the BSS open, include the file parameter as follows:
|
-rCVision\CVision.rsp -pCVision\CVision.exe \\MYSITE.BSS\SCREENS\MAINMENU.csf, CygNet Vision |
This parameter opens CygNet Vision and the "Main Menu" screen from the Screens group in the MYSITE.BSS.